CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opengl 鼠标

搜索资源列表

  1. pick-opengl

    2下载:
  2. 利用opengl画一个二维的猫脸,可以根据鼠标点击选中部分进行移动,是图形拾取的典型例子。-Opengl draw a two-dimensional cat face, can be moved according to the mouse click on the selected part, is a typical example of graphical picking.
  3. 所属分类:2D图形编程

    • 发布日期:2013-12-03
    • 文件大小:286060
    • 提供者:孔晟阳
  1. OpenGL

    0下载:
  2. opengl 中鼠标点击简单的平移,简单的画圆,正方体等图形-opengl mouse click simple translation, a simple circle, cube and other graphic
  3. 所属分类:Special Effects

    • 发布日期:2017-11-10
    • 文件大小:3461841
    • 提供者:刘同林
  1. opengl

    0下载:
  2. 通过鼠标输入点,鼠标每次按下左键,就会显示红点,可以有n个点-Mouse input, the mouse each time you press the left button, it will show a red dot, you can have n points
  3. 所属分类:OpenGL program

    • 发布日期:2017-11-16
    • 文件大小:364393
    • 提供者:jone
  1. OpenGL-shiqu

    0下载:
  2. 3D图 利用opengl绘制3D图,更好的真实感.同时可以利用鼠标来移动他的位置,很好的一个程序初学者可以学习-3 d graph using opengl rendering 3 d map, a better sense of reality. At the same time, can use the mouse to move his position very good beginner can learn a program
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:28009
    • 提供者:sunny
  1. motion

    0下载:
  2. opengl 鼠标的简单操作 glutmotionfunc()-opengl, the simple operation of mouse, glutmotionfunc()
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-11
    • 文件大小:1085
    • 提供者:swhole
  1. opengl-basic-example

    0下载:
  2. opengl制作的例子,实现鼠标控制立方体的旋转与平移-made by opengl in vc++.we can control the cube with keyboard.
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-13
    • 文件大小:1587
    • 提供者:clinea
  1. OpenGL-solidmodel-code

    0下载:
  2. 利用GLUT提供的9种三维实体分别绘制圆锥体、四面体、正方体、正十二面体、正二十面体、正八面体、球体、圆球体和茶壶模型,并应用鼠标交互菜单实现实体图和线框图之间的切换。-9 provided by GLUT were drawn three-dimensional solid cone, tetrahedron, cube, dodecahedron, icosahedron, octahedron, sphere, spherical body and the teapot model, an
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-04-15
    • 文件大小:6788
    • 提供者:闯黄扣分
  1. opengl

    0下载:
  2. 实现opengl与vc++MFC对话框的连接;实现一些基本的鼠标和键盘对opengl的操作;实现一些串口通信操作-Opengl realize the connection with vc++MFC dialog achieve some basic mouse and keyboard operation opengl achieve some serial communication
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-16
    • 文件大小:4369536
    • 提供者:lht
  1. (openGL)Fllood_4_8

    4下载:
  2. 实验四 不规则区域的填充算法 实验题目:不规则区域的填充算法 实验目的:验证不规则区域的填充算法 实验内容:利用VC与OpenGL,实现不规则区域的填充算法。 1、必做:实现简单递归的不规则区域填充算法。 2、选做:针对简单递归算法栈空间占用太大的缺点,进行改进,实现基于扫描线的种子填充算法 实验要求: 将坐标系网格在屏幕上画出来,每个像素点占据一个格点,用一个小实心圆圈表示。 用鼠标点击的方式,绘制不规则区域的边界。 种子填充算法,可用4联通或8联通任选一种
  3. 所属分类:OpenGL program

    • 发布日期:2017-03-28
    • 文件大小:647454
    • 提供者:赵雯雯
  1. mouse1

    0下载:
  2. 计算机图形学opengl 鼠标事件的基本框架,包括鼠标回调函数,鼠标点击,移动,释放登事件-The basic framework of computer graphics opengl mouse events, including mouse callback function, mouse click, move, release the registration event
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-01
    • 文件大小:1159
    • 提供者:patxingyi
  1. opengl

    0下载:
  2. 自己做的MFC工程 透视投影 对物体动画 光照效应 鼠标交互-my own lighting effects MFC engineering perspective projection of the object animated mouse interaction
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-10
    • 文件大小:2296355
    • 提供者:lijue
  1. OpenGL--Solarsys-(1)

    0下载:
  2. 用openGL在VC系统上实现太阳系,可用鼠标移动行星。-OpenGL Solarsystem
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-06
    • 文件大小:38561
    • 提供者:Demi
  1. OpenGl-Program

    0下载:
  2. 在运行程序前需要配置好OpenGL的环境(网上有说明),程序是模拟演唱会的场景,有背景音乐的映衬,有模拟的灯光、台下的观众,鼠标右键改变舞台颜色。通过键盘上下左右键漫游移动,鼠标左键进行旋转。整体式为了学习相关算法原理,在效果方面对所表达的效果显得有点抽象。在文件根目录有OpenGl开发库,在网上搜集资料配置好就可以了。-Good before running the program need to configure the OpenGL environment (online), the p
  3. 所属分类:3D Graphic

    • 发布日期:2017-06-03
    • 文件大小:15197477
    • 提供者:
  1. Delphi-and-openGL-3D-drawing

    0下载:
  2. 在Delphi中实现三维图形绘制,并实现鼠标控制旋转。-Three-dimensional graphics rendering in Delphi, and to achieve the mouse to control the rotation.
  3. 所属分类:3D Graphic

    • 发布日期:2017-04-04
    • 文件大小:2197
    • 提供者:wangxingtao
  1. OpenGL-Earth-Model

    1下载:
  2. 用Qt5环境OpenGL接口实现地球模型,可以通过鼠标转动-Earth model with Qt5 environment to achieve OpenGL interface, you can rotate by mouse
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-04-02
    • 文件大小:6221
    • 提供者:赵晓松
  1. Arcball

    0下载:
  2. 用于Opengl鼠标点击相关的模型变换类,包括平移、缩放和旋转。-A class used for modelview transformation conjection with mouse click.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-02
    • 文件大小:3164
    • 提供者:share
  1. OPENGL-sky

    0下载:
  2. 在OPENGL程序中实现天空盒,可根据鼠标的移动位置自动追踪视角,效果很好,缝隙较少。程序中可以除了可使用BMP贴图外,还可以使用jpg格式的贴图。-The sky box in the OPENGL program, can automatically track angle according to the location of the mouse, the effect is very good, the gap is less. The program can be used in B
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-30
    • 文件大小:12370382
    • 提供者:赖瑾建
  1. Ray-pick-up

    0下载:
  2. OpenGL鼠标射线拾取练习,点击鼠标右键切换透视正交视图。-OpenGL mouse ray pick up exercises, click the right mouse button to switch the perspective of orthogonal views.
  3. 所属分类:OpenGL program

    • 发布日期:2017-05-29
    • 文件大小:11754162
    • 提供者:好好
  1. opengl-DigitEarth

    0下载:
  2. VC环境Opengl编程源码,数字地球,瓦片纹理,视点控制,鼠标选取,文字显示,数字DEM,等等,源代码大放送-VC+OpenGL,digital earth,what you need are all here.
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-05-25
    • 文件大小:8675618
    • 提供者:米剑
  1. opengl-robot

    0下载:
  2. 一个用OPENGL写成的机器人,可用键盘控制机器人走动,也可用鼠标控制视角。-A robot written with opengl, you can control it using your keyboard and mouse.
  3. 所属分类:OpenGL program

    • 发布日期:2017-04-14
    • 文件大小:3349
    • 提供者:Liang Jian
« 1 2 ... 4 5 6 7 8 910 11 12 13 14 ... 34 »
搜珍网 www.dssz.com